112. Araxis Merge File Comparison Report

Produced by Araxis Merge on 2023-07-12 04:42:39 +0000. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.

112.1 Files compared

#LocationFileLast Modified
1Porto v4.0.5/Theme Files/Porto Theme/app/code/Smartwave/Dailydeals/view/frontend/layoutdefault.xml2019-10-25 07:10:50 +0000
2Porto v4.0.6/Theme Files/Porto Theme/app/code/Smartwave/Dailydeals/view/frontend/layoutdefault.xml2023-06-12 02:24:37 +0000

112.2 Comparison summary

DescriptionBetween
Files 1 and 2
Text BlocksLines
Unchanged3156
Changed12
Inserted11
Removed00

112.3 Comparison options

WhitespaceConsecutive whitespace is treated as a single space
Character caseDifferences in character case are significant
Line endingsDifferences in line endings (CR and LF characters) are ignored
CR/LF charactersNot shown in the comparison detail
Active line-pairing rules

112.4 Active regular expressions

No regular expressions were active.

112.5 Comparison detail

1 <?xml  1 <?xml 
2  version="1.0" 2  version="1.0"
3 ?> 3 ?>
4 <!-- 4 <!--
5 /** 5 /**
6  * Copyright © 2016 Magento. All rights reserved. 6  * Copyright © 2016 Magento. All rights reserved.
7  * See COPYING.txt for license details. 7  * See COPYING.txt for license details.
8  */ 8  */
9 --> 9 -->
10 <page  10 <page 
11  layout="3columns"  11  layout="3columns" 
12  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"  12  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
13  xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd" 13  xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"
14 > 14 >
15       15    
16  <update  16  <update 
17   handle="default_head_blocks" 17   handle="default_head_blocks"
18  /> 18  />
19       19    
20  <head> 20  <head>
21            21         
22   <css  22   <css 
23    src="Smartwave_Dailydeals::css/style.css 23    src="Smartwave_Dailydeals::css/style.css
24   /> 24   />
25        25     
26  </head> 26  </head>
27       27    
28  <body> 28  <body>
29             29        
30   <referenceBlock  30   <referenceBlock 
31    name="authentication-popup" 31    name="authentication-popup"
32   > 32   >
33             33            
34    <arguments> 34    <arguments>
35                  35               
36     <argument  36     <argument 
37      name="jsLayout"  37      name="jsLayout" 
38      xsi:type="array" 38      xsi:type="array"
39     > 39     >
40                       40      
41                   41                
42     </argument> 42     </argument>
43              43             
44    </arguments> 44    </arguments>
45         45          
46   </referenceBlock> 46   </referenceBlock>
47            47         
48   <referenceBlock  48   <referenceBlock 
49    name="footer_links" 49    name="footer_links"
50   > 50   >
51             51            
52    <block  52    <block 
53     class="Magento\Framework\View\Element\Html\Link\Current"  53     class="Magento\Framework\View\Element\Html\Link\Current" 
54     name="sw.dailydeals.link" 54     name="sw.dailydeals.link"
55    > 55    >
56                  56               
57     <arguments> 57     <arguments>
58                       58                  
59      <argument  59      <argument 
60       name="label"  60       name="label" 
61       xsi:type="string" 61       xsi:type="string"
62      > 62      >
63       Daily Deals 63       Daily Deals
64      </argument> 64      </argument>
65                       65                  
66      <argument  66      <argument 
67       name="path 67       name="path
68       xsi:type="string" 68       xsi:type="string"
69      > 69      >
70       dailydeals/deal/view 70       dailydeals/deal/view
71      </argument> 71      </argument>
72                   72                
73     </arguments> 73     </arguments>
74              74             
75    </block> 75    </block>
76         76          
77   </referenceBlock> 77   </referenceBlock>
    78     
78  </body> 79  </body>
79 </page> 80 </page>